
    .section-title {
      font-size: 24px;
      font-weight: bold;
      color: #ffcc00;
      margin-bottom: 40px;
    }

    .documents-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }

    .document-card {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      width: 300px;
      overflow: hidden;
    }

    .document-card img {
      width: 100%;
      height: auto;
      display: block;
    }